go/types.Checker.initVar (method)

5 uses

	go/types (current package)
		assignments.go#L136: func (check *Checker) initVar(lhs *Var, x *operand, context string) Type {
		assignments.go#L365: 			a[i] = check.initVar(lhs[i], rhs[i], context)
		assignments.go#L372: 		check.initVar(lhs, rhs[i], context)
		decl.go#L492: 		check.initVar(obj, &x, "variable declaration")
		stmt.go#L899: 					check.initVar(obj, &x, "range clause")